翻訳と辞書
Words near each other
・ Android Karenina
・ Android Kikaider
・ Android Kikaider (anime)
・ Android KitKat
・ Android lawn statues
・ Android Lollipop
・ Android Lust
・ Android Lust discography
・ Android Marshmallow
・ Android Mini PC MK802
・ Android Nim
・ Android One
・ Android Pay
・ Android Privacy Guard
・ Android Re-Enactment
Android Runtime
・ Android science
・ Android software development
・ Android store
・ Android Studio
・ Android Tactical Assault Kit
・ Android TV
・ Android version history
・ Android Wear
・ Android-x86
・ Androidland
・ Androids of Mu
・ Androisoxazole
・ Androić
・ Androka


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Android Runtime : ウィキペディア英語版
Android Runtime

Android Runtime (ART) is an application runtime environment used by the Android operating system. ART replaces Dalvik, which is the process virtual machine originally used by Android, and performs transformation of the application's bytecode into native instructions that are later executed by the device's runtime environment.
Android 2.2 "Froyo" brought trace-based just-in-time (JIT) compilation into Dalvik, optimizing the execution of applications by continually profiling applications each time they run and dynamically compiling frequently executed short segments of their bytecode into native machine code. While Dalvik interprets the rest of application's bytecode, native execution of those short bytecode segments, called "traces", provides significant performance improvements.
Unlike Dalvik, ART introduces the use of ahead-of-time (AOT) compilation by compiling entire applications into native machine code upon their installation. By eliminating Dalvik's interpretation and trace-based JIT compilation, ART improves the overall execution efficiency and reduces power consumption, which results in improved battery autonomy on mobile devices. At the same time, ART brings faster execution of applications, improved memory allocation and garbage collection (GC) mechanisms, new applications debugging features, and more accurate high-level profiling of applications.〔
To maintain backward compatibility, ART uses the same input bytecode as Dalvik, supplied through standard .dex files as part of APK files, while the .odex files are replaced with Executable and Linkable Format (ELF) executables. Once an application is compiled by using ART's on-device ' utility, it is run solely from the compiled ELF executable; as a result, ART eliminates various application execution overheads associated with Dalvik's interpretation and trace-based JIT compilation. As a downside, ART requires additional time for the compilation when an application is installed, and applications take up slightly larger amounts of secondary storage (which is usually flash memory) to store the compiled code.〔〔〔
Android 4.4 "KitKat" brought a technology preview of ART, including it as an alternative runtime environment and keeping Dalvik as the default virtual machine. In the next major Android release, Android 5.0 "Lollipop", Dalvik was entirely replaced by ART.
== See also ==

* Android software development various concepts and software development utilities used for the creation of Android applications
* Android version history a history and descriptions of Android releases, listed primarily by their official API levels
* Comparison of application virtualization software various portable and scripting language virtual machines
* Virtual machine an emulation of a particular computer system, with different degrees of implemented functionality

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Android Runtime」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.